home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 August: Tool Chest / Dev.CD Aug 95 TC / Dev.CD Aug 95 TC.toast / Sample Code / AOCE Sample Code / Standard Mail / CollaboDraw / aevt.h < prev    next >
Encoding:
Text File  |  1994-06-23  |  497 b   |  11 lines  |  [TEXT/MPS ]

  1. Boolean SupportsAEVT(void);
  2. void DoHighLevelEvent(EventRecord *ev);
  3. void RegisterMyEvents(void);
  4.  
  5. pascal OSErr MyAEHandleOAPP(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  6. pascal OSErr MyAEHandleODOC(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  7. pascal OSErr MyAEHandlePDOC(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  8. pascal OSErr MyAEHandleQUIT(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  9.  
  10. OSErr MyGotRequiredParams(AppleEvent *theAppleEvent);
  11.